﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "default", sans-serif;
}

i {
    font-style: normal
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 2022-08-05 */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.li_banner {
    width: 100%;
}

.li_banner_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.li_banner_tu {
    width: 35%;
    overflow: hidden;
}

.li_banner_tu img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.li_banner_main {
    width: 64%;
    overflow: hidden;
}

.li_banner_tab {
    background-color: #fbf7f2;
}

.li_banner_tab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li_banner_tab li {
    font-size: 1.125rem;
    color: #000;
    width: 16%;
    overflow: hidden;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
}

.li_banner_tab .litabcurrent {
    color: #b00006 !important;
    font-weight: bold;
    background: url(bannerimages/img2.jpg) !important;
    background-size: 100% !important;
}

.li_banner_box {
    background: url(bannerimages/img1.jpg);
    background-size: 100%;
    padding: 2rem 7rem;
}

.li_banner_button {
    cursor: pointer;
    width: 100%;
}

.li_banner_button img {
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.li_banner_boxcon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.li_banner_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
}

.li_banner_name p {
    font-size: 1rem;
    color: #333;
}

.li_banner_name input {
    border: 1px solid #e7e6e5;
    outline: none;
    background-color: #f6f4f1;
    flex: 1;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 0.89rem;
    color: #333;
}

.li_banner_both {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
}

.li_banner_both p {
    font-size: 1rem;
    color: #333;
}

.li_banner_both_select {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.li_banner select {
    background: none;
    border: 1px solid #e7e6e5;
    outline: none;
    padding: 0.3rem 0.2rem;
}

.li_banner_city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    overflow: hidden;
}

.li_banner_choose {
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li_banner_choose p {
    font-size: 1rem;
    color: #333;
}

.li_banner_company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    overflow: hidden;
}

.li_banner_company form {
    flex: 1;
}

.li_banner_company form select {
    width: 100% !important;
    height: 2rem;
    line-height: 2rem;
}

.li_banner_cityselect {
    flex: 1;
}

.li_banner_sex p {
    font-size: 1rem;
    color: #333;
    margin-right: 2rem;
}

.li_banner_sexbox {
    flex: 1;
}

.li_banner_sex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
}

.li_banner_sexbox input[type="radio"] {
    display: none;
}

.li_banner_sexbox input[type='radio']+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e5e0d9;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
}

.li_banner_sexbox input[type='radio']:checked+label:before {
    background-color: #b80007;
}

.sexbox_input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 2rem;
}

.li_banner_sexbox form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.li_banner_box:nth-child(n+3) {
    display: none;
}

#gongsiname .li_banner_tab li {
    width: 33%;
}

#personname .li_banner_tab li {
    width: 50%;
}

#babyname .li_banner_tab li {
    width: 100%;
    background: url(bannerimages/img3.jpg) no-repeat !important;
    background-size: 100%;
    font-size: 1.125rem;
    color: #b00006;
    font-weight: bold;
}

.jinyong {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.jinyong p {
    font-size: 1rem;
    color: #333;
}

.jinyong input {
    border: 1px solid #e7e6e5;
    outline: none;
    background-color: #f6f4f1;
    flex: 1;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 0.89rem;
    color: #333;
}

#personname .li_banner_box:nth-child(3) .li_banner_button {
    margin-top: 4.6rem;
}

#storename .li_banner_tu {
    width: 49%;
    overflow: hidden;
}

#storename .li_banner_main {
    width: 50%;
    overflow: hidden;
}

#storename .li_banner_box {
    padding: 2rem;
}

#storename .li_banner_sex {
    margin-bottom: 2rem;
}

.li_banner_box h3 {
    font-size: 1.125rem;
    color: #b00006;
    font-weight: bold;
    text-align: center;
}

.li_banner_box h4 {
    padding: 0.3rem 0.8rem;
    background-color: #fff4de;
    font-size: 0.8rem;
    text-align: center;
    margin: 0.8rem auto 1.2rem auto;
    color: #333;
}

@media screen and (max-width: 900px) {
    .li_banner_con {
        flex-wrap: wrap;
    }
    .li_banner_tu {
        display: none;
    }
    .li_banner_main {
        width: 100%;
    }
    .li_banner_box {
        padding: 1rem;
    }
    .li_banner_both_select {
        flex-wrap: wrap;
    }
    #lidate {
        margin-bottom: 0.5rem;
    }
    #storename .li_banner_main {
        width: 100%;
    }
    #storename .li_banner_box {
        padding: 1rem;
    }
    .li_banner_sex {
        margin-bottom: 2rem;
    }
    #personname .li_banner_box:nth-child(3) .li_banner_button {
        margin-top: 0;
    }
    .li_banner_tab ul {
        flex-wrap: wrap;
    }
    .li_banner_tab li {
        width: 32%;
        height: 3rem;
        line-height: 3rem;
    }
}